This is a data management and analytic framework for SmartForceps, a sensorized surgical bipolar forceps capable of quantifying the forces of tool-tissue interaction in microsurgery. We have shown that high force error is associated with bleeding, low force error with the need to repeat the task and force variability with both. We have further established that novice and intermediate level surgeons exert more force errors compared to experienced. The technology introduces a data-driven surgical paradigm whereby forces of tool-tissue interaction are used as an objective assessment metric for surgical competency. Together with the error warning system, the reduction of surgical error and improved patient safety is promised.
The present document incorporates 20 cases of neurosurgery performed at Foothills Medical Centre, Calgary. The data were extracted and segmented for each task of microsurgery performed by an Expert and multiple Novice surgeons.
Data is generated through strain gauge sensors placed along the prongs of a bipolar forceps. The technology is designed and manufactured within OrbSurgical, ltd. in partnership with Bissinger, Germany. The calibrated data is analyzed and recorded in realtime through our software platform which is overviewed in the snippet below. Please navigate through different items in the dropdown list for various pages in the software.
Below is a short demo of our software showing the force profiles in realtime with a high force error warning system (with 0.8 N threshold) and a voice recognition module to identify the keywords for different surgical tasks.
SmartForceps comes with a web application to manage the data, device characteristics (e.g. calibration factors), and medical center and surgeon information. This platform is designed in a way to manage the data to and from the cloud through integration into the software.
Following the ownership and interpretation of a big multi-institutional data asset, the ultimate goal will be to develop a surgical performance paradigm for efficient surgical education, thus ensuring the standardization of procedure and patient safety.
Data was extracted and analyzed using R programming platform. In the snippet below, we import the “.txt” files obtained from our Azure data cloud and the “.xlsx” file containing each task information (e.g. time stamp, task name, surgeon name, and remarks of potential intraoperative force errors) extracted from the surgical team voice recorded during each case. The imported data are structured as R dataframes.
We have extracted various features from the segmented task force data in each prong. The average value of features for both prongs were included in the future analysis. These time-series features included:
Force Duration: duration of force application in one task segment.
Force Average: average of force value in one task segment.
Force Max: maximum of force value in one task segment.
Force Min: minimum of force value in one task segment.
Force Range: range of force value in one task segment.
Force Peak Average: average of peak force values in one task segment.
1st Derivative SD: standard deviation for the first derivative of the force signal in one task segment.
Force Peak Counts: number of force peaks in one task segment.
Force Signal Frequency: dominant time-series harmonics extracted from Fast Fourier Transform (FFT) of force value in one task segment.
Force Cycle Length: average time length of force cycles in one task segment.
Force Signal Trend: force time-series trend in one task segment.
Force Signal Fluctuations: force time-series fluctuation index in one task segment.
Force Signal Linearity: force time-series linearity index (from Teräsvirta’s nonlinearity test) in one task segment.
Force Signal Stability: force time-series stability index (variance of the means) in one task segment.
Force Signal Lumpiness: force time-series lumpiness index (variance of the variances) in one task segment.
Force Signal Curvature: force time-series curvature index (calculated based on the coefficients of an orthogonal quadratic regression) in one task segment.
Force Signal Entropy: force time-series forecastability in one task segment (low values indicate a high signal-to-noise ratio).
First Autocorrelation Minimum: time of first minimum of the autocorrelation function in force time-series signal from one task segment.
First Autocorrelation Zero: time of first zero crossing of the autocorrelation function in force time-series signal from one task segment.
Autocorrelation Function E1: first autocorrelation coefficient from force time-series signal in one task segment.
Autocorrelation Function E10: sum of the first ten squared autocorrelation coefficients from force time-series signal in one task segment.
The surgical tasks were classified as 5 main categories:
Retracting
Manipulation
Dissecting
Pulling
Coagulation
Table below is the summary of force statistics across different surgical tasks.
Below are the interactive figures of the force profiles for all 20 cases categorized in 5 different tasks. Please navigate through different items in the dropdown list for the left and right prong data.
Below are the interactive figures of the force time-series features extracted from all 20 cases categorized in 5 different tasks. Please navigate through the items in the dropdown list for different feature.